armv7: psci: make v7_flush_dcache_all public for all psci code
authorHongbo Zhang <[email protected]>
Fri, 19 Aug 2016 09:20:30 +0000 (17:20 +0800)
committerYork Sun <[email protected]>
Wed, 14 Sep 2016 21:07:29 +0000 (14:07 -0700)
commitd38def1f34c7c282cd1c2f4ec6d99349bb1c1552
treede4ba3aba3dfea9d987d8a3ff106bcef97e67a07
parentb63a9506296b10b9730c3ff4a0e9611f6f98e7db
armv7: psci: make v7_flush_dcache_all public for all psci code

The v7_flush_dcache_all function will be called by ls102xa platform system
suspend, it is necessary to make it a public call instead of a local one, but
changing the LENTRY to ENTRY isn't enough, because there is another one using
the same name, so this one gets a psci_ prefix.

Signed-off-by: Hongbo Zhang <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: York Sun <[email protected]>
arch/arm/cpu/armv7/psci.S
arch/arm/include/asm/psci.h